home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00142_longsidebar button.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  332 b   |  11 lines

  1. on mouseDown
  2.   global gHFcurrSide, gHFcurrSidePage
  3.   set gHFcurrSidePage to gHFcurrSidePage + 1
  4.   if the number of cast (gHFcurrSide & gHFcurrSidePage + 1) < 1 then
  5.     set the visible of sprite 37 to 0
  6.   else
  7.     set the visible of sprite 37 to 1
  8.   end if
  9.   set the castNum of sprite 36 to cast (gHFcurrSide & gHFcurrSidePage)
  10. end
  11.